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

Commit d5bca1e3 authored by Vlad Zavidovych's avatar Vlad Zavidovych Committed by android-build-merger
Browse files

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

am: 20bfcce9

Change-Id: Ie91ec3018d0274b1447c6d292aba91f7da67eecd
parents 9ff62f36 20bfcce9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14712,6 +14712,9 @@ public class ActivityManagerService extends IActivityManager.Stub
                }
                sb.append("\n");
            }
            if (process.info.isInstantApp()) {
                sb.append("Instant-App: true\n");
            }
        }
    }