Skip to content

Instantly share code, notes, and snippets.

@knightfall
Created November 12, 2018 10:45
Show Gist options
  • Save knightfall/eb92adfe619470ca3cbd701bedca0339 to your computer and use it in GitHub Desktop.
Save knightfall/eb92adfe619470ca3cbd701bedca0339 to your computer and use it in GitHub Desktop.
Decompile Pathao app. Snippet from com.pathao.user.p010ui.core.landing.view
private void syncMetaData() {
try {
CommonTasks.startBackgroundService(getApplicationContext(), new Intent(getApplicationContext(), SyncDeviceInfoService.class));
} catch (Throwable e) {
CommonTasks.showLog(e.getMessage());
PathaoApplication.getInstance().getTracker().trackCrash(e);
}
}
private void init() {
this.f4767d = new PlatformPresenterImpl(this);
updateUserInfo();
initUserProperties();
initiateZendeskAuthorization();
syncMetaData();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment