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

Commit 9fb6d14c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[SB][Wifi] Remove activity logs from table log." into main

parents 3c0dea48 ac15bb87
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -322,11 +322,6 @@ constructor(
                wifiManager.registerTrafficStateCallback(mainExecutor, callback)
                awaitClose { wifiManager.unregisterTrafficStateCallback(callback) }
            }
            .logDiffsForTable(
                tableLogger,
                columnPrefix = ACTIVITY_PREFIX,
                initialValue = ACTIVITY_DEFAULT,
            )
            .stateIn(
                scope,
                started = SharingStarted.WhileSubscribed(),
@@ -441,7 +436,6 @@ constructor(

        private const val WIFI_STATE_DEFAULT = WifiManager.WIFI_STATE_DISABLED

        private const val ACTIVITY_PREFIX = "wifiActivity"
        val ACTIVITY_DEFAULT = DataActivityModel(hasActivityIn = false, hasActivityOut = false)

        private const val TAG = "WifiTrackerLibInputLog"