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

Commit c4b6371b authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Merge "GATT: Standardize date in dump()" am: cb781a47 am: 066dbc7f

am: 576184de

Change-Id: I0d7d51407af8c212ca486c47f8c8e152a13d6dfe
parents 6abee314 576184de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ import java.util.List;
 * @hide
 */
/*package*/ class AppScanStats {
    static final DateFormat DATE_FORMAT = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
    static final DateFormat DATE_FORMAT = new SimpleDateFormat("MM-dd HH:mm:ss");

    /* ContextMap here is needed to grab Apps and Connections */ ContextMap mContextMap;