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

Commit 22e34a53 authored by Songyue Han's avatar Songyue Han
Browse files

Add SafetyNet logging.

Bug: b/233006499
Test: libstagefright_frameDecoder_fuzzer
Change-Id: Iabe9d5ff9e79229245922fe9b61a68dfb9a86d19
parent 3ec6bc84
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ public:
            mSize = __builtin_mul_overflow(multVal, height, &multVal) ? 0 : multVal;
            if (hasData && (mRowBytes == 0 || mSize == 0)) {
                ALOGE("Frame rowBytes/ size overflow %dx%d bpp %d", width, height, bpp);
                android_errorWriteLog(0x534e4554, "233006499");
            }
    }