mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
fix 2542590 add more logging when launching app fails
Change-Id: I5a1fa261c6e67eb7afb661de39e35ce43e2caa59
This commit is contained in:
@@ -98,7 +98,7 @@ class ApplicationInfo extends ItemInfo {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return title.toString();
|
||||
return "ApplicationInfo(title=" + title.toString() + ")";
|
||||
}
|
||||
|
||||
public static void dumpApplicationInfoList(String tag, String label,
|
||||
|
||||
Reference in New Issue
Block a user