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

Commit efc0cf55 authored by Andy Hung's avatar Andy Hung Committed by android-build-merger
Browse files

Merge "Unify dumped native stack traces" into nyc-dev am: d74bcdae

am: e45be9d7

* commit 'e45be9d7':
  Unify dumped native stack traces

Change-Id: I158c5401b19be5b254faab7b30bf81b4049cff0a
parents ec62f83a e45be9d7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -50,10 +50,14 @@
static const int64_t NANOS_PER_SEC = 1000000000;

/* list of native processes to include in the native dumps */
// This matches the /proc/pid/exe link instead of /proc/pid/cmdline.
static const char* native_processes_to_dump[] = {
        "/system/bin/audioserver",
        "/system/bin/cameraserver",
        "/system/bin/drmserver",
        "/system/bin/mediacodec",     // media.codec
        "/system/bin/mediadrmserver",
        "/system/bin/mediaextractor", // media.extractor
        "/system/bin/mediaserver",
        "/system/bin/sdcard",
        "/system/bin/surfaceflinger",