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

Commit 6277bedb authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Add a more intuitive log line for Anomaly reporting

Fixes: 278747996
Test: send anomaly and view logs
Change-Id: Iff7110a1b405436858682855d39f1e21055fd03b
parent d765772c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -105,6 +105,8 @@ public final class AnomalyReporter {
     * @param carrierId the carrier of the id associated with this event.
     */
    public static void reportAnomaly(@NonNull UUID eventId, String description, int carrierId) {
        Rlog.i(TAG, "reportAnomaly: Received anomaly event report with eventId= " + eventId
                + " and description= " + description);
        if (sContext == null) {
            Rlog.w(TAG, "AnomalyReporter not yet initialized, dropping event=" + eventId);
            return;