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

Commit 07a57f0f authored by Narayan Kamath's avatar Narayan Kamath Committed by Gerrit Code Review
Browse files

Merge "tombstoned: change path for traces from "anr_" to "trace_""

parents b7e2f272 b123220d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -172,7 +172,7 @@ static constexpr bool kJavaTraceDumpsEnabled = true;
                   1 /* max_concurrent_dumps */);
                   1 /* max_concurrent_dumps */);


/* static */ CrashQueue* const CrashQueue::java_trace =
/* static */ CrashQueue* const CrashQueue::java_trace =
    (kJavaTraceDumpsEnabled ? new CrashQueue("/data/anr", "anr_" /* file_name_prefix */,
    (kJavaTraceDumpsEnabled ? new CrashQueue("/data/anr", "trace_" /* file_name_prefix */,
                                             64 /* max_artifacts */, 4 /* max_concurrent_dumps */)
                                             64 /* max_artifacts */, 4 /* max_concurrent_dumps */)
                            : nullptr);
                            : nullptr);