mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Adding main thread binder tracing in development build.
> Unifying multiple binder tracing implementations > Removing wallpaper customization check as it has been rolled out few years ago, this avoids additional RPC to check for wallpaper > Removing RaceConditionReproducer as it is not used anywhere and is not integrated with this tracing anymore Bug: 273718665 Test: Presubmit Flag: N/A Change-Id: I801af5d039a9d38d5d39e803723ec6da50a9d59f
This commit is contained in:
@@ -201,7 +201,7 @@ public class LoaderTask implements Runnable {
|
||||
}
|
||||
}
|
||||
|
||||
Object traceToken = TraceHelper.INSTANCE.beginSection(TAG);
|
||||
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(traceToken);
|
||||
TraceHelper.INSTANCE.endSection();
|
||||
}
|
||||
|
||||
public synchronized void stopLocked() {
|
||||
|
||||
Reference in New Issue
Block a user