mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Add logging to launcher2 to help diagnose 2239265 since QA keeps reassigning it to me without
providing more detailed steps to reproduce.
This commit is contained in:
@@ -564,6 +564,7 @@ public class AllAppsView extends RSSurfaceView
|
||||
if (index < 0) {
|
||||
index = -(index+1);
|
||||
}
|
||||
Log.d(TAG, "Adding app '" + item + "' at index " + index + " mRollo=" + mRollo);
|
||||
mAllAppsList.add(index, item);
|
||||
if (mRollo != null) {
|
||||
mRollo.addApp(index, item);
|
||||
|
||||
Reference in New Issue
Block a user