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

Commit 88737a05 authored by John Reck's avatar John Reck
Browse files

Fix build breakage

Update for API change

Change-Id: I649778b5f104a5295c0c827cc832e6190137bd02
parent dc87c52c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ static void logUnreachable(initializer_list<UnreachableMemoryInfo> infolist) {
    // Now log the result
    if (merged.num_leaks) {
        cout << endl << "Leaked memory!" << endl;
        if (!merged.leaks[0].num_backtrace_frames) {
        if (!merged.leaks[0].backtrace.num_frames) {
            cout << "Re-run with 'setprop libc.debug.malloc.program hwui_unit_test'"
                    << endl << "and 'setprop libc.debug.malloc.options backtrace=8'"
                    << " to get backtraces" << endl;