Loading packages/SystemUI/src/com/android/systemui/statusbar/pipeline/dagger/StatusBarPipelineModule.kt +1 −1 Original line number Diff line number Diff line Loading @@ -276,7 +276,7 @@ abstract class StatusBarPipelineModule { @SysUISingleton @OemSatelliteInputLog fun provideOemSatelliteInputLog(factory: LogBufferFactory): LogBuffer { return factory.create("DeviceBasedSatelliteInputLog", 32) return factory.create("DeviceBasedSatelliteInputLog", 150) } const val FIRST_MOBILE_SUB_SHOWING_NETWORK_TYPE_ICON = Loading packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/data/prod/DeviceBasedSatelliteRepositoryImpl.kt +7 −1 Original line number Diff line number Diff line Loading @@ -243,11 +243,17 @@ constructor( try { sm.registerForNtnSignalStrengthChanged(bgDispatcher.asExecutor(), cb) registered = true logBuffer.i { "Registered for signal strength successfully" } } catch (e: Exception) { logBuffer.e("error registering for signal strength", e) } awaitClose { if (registered) sm.unregisterForNtnSignalStrengthChanged(cb) } awaitClose { if (registered) { sm.unregisterForNtnSignalStrengthChanged(cb) logBuffer.i { "Unregistered for signal strength successfully" } } } } .flowOn(bgDispatcher) Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/pipeline/dagger/StatusBarPipelineModule.kt +1 −1 Original line number Diff line number Diff line Loading @@ -276,7 +276,7 @@ abstract class StatusBarPipelineModule { @SysUISingleton @OemSatelliteInputLog fun provideOemSatelliteInputLog(factory: LogBufferFactory): LogBuffer { return factory.create("DeviceBasedSatelliteInputLog", 32) return factory.create("DeviceBasedSatelliteInputLog", 150) } const val FIRST_MOBILE_SUB_SHOWING_NETWORK_TYPE_ICON = Loading
packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/data/prod/DeviceBasedSatelliteRepositoryImpl.kt +7 −1 Original line number Diff line number Diff line Loading @@ -243,11 +243,17 @@ constructor( try { sm.registerForNtnSignalStrengthChanged(bgDispatcher.asExecutor(), cb) registered = true logBuffer.i { "Registered for signal strength successfully" } } catch (e: Exception) { logBuffer.e("error registering for signal strength", e) } awaitClose { if (registered) sm.unregisterForNtnSignalStrengthChanged(cb) } awaitClose { if (registered) { sm.unregisterForNtnSignalStrengthChanged(cb) logBuffer.i { "Unregistered for signal strength successfully" } } } } .flowOn(bgDispatcher) Loading