Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20bfcce9 authored by Vlad Zavidovych's avatar Vlad Zavidovych Committed by Android (Google) Code Review
Browse files

Merge "Add header to DropBox crash reports to indicate instant app crash" into oc-mr1-dev

parents 95f359e9 de82ddac
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14706,6 +14706,9 @@ public class ActivityManagerService extends IActivityManager.Stub
                }
                sb.append("\n");
            }
            if (process.info.isInstantApp()) {
                sb.append("Instant-App: true\n");
            }
        }
    }