mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Revert "Adding main thread binder tracing in development build."
Revert submission 23482347-launcher-binder-tracing Reason for revert: Broken Build 10242119 on git_master on errorprone b/285434612 Reverted changes: /q/submissionid:23482347-launcher-binder-tracing Change-Id: Id9726474265e839a59d6eb34822e7a86d40f0fc9
This commit is contained in:
committed by
Android (Google) Code Review
parent
3db98b1152
commit
ee846feb80
@@ -201,7 +201,7 @@ public class LoaderTask implements Runnable {
|
||||
}
|
||||
}
|
||||
|
||||
TraceHelper.INSTANCE.beginSection(TAG);
|
||||
Object traceToken = TraceHelper.INSTANCE.beginSection(TAG);
|
||||
LoaderMemoryLogger memoryLogger = new LoaderMemoryLogger();
|
||||
try (LauncherModel.LoaderTransaction transaction = mApp.getModel().beginLoader(this)) {
|
||||
List<ShortcutInfo> allShortcuts = new ArrayList<>();
|
||||
@@ -325,7 +325,7 @@ public class LoaderTask implements Runnable {
|
||||
memoryLogger.printLogs();
|
||||
throw e;
|
||||
}
|
||||
TraceHelper.INSTANCE.endSection();
|
||||
TraceHelper.INSTANCE.endSection(traceToken);
|
||||
}
|
||||
|
||||
public synchronized void stopLocked() {
|
||||
|
||||
Reference in New Issue
Block a user