Background plugin

Summary: When running in the background in a large app like fb4a it can take a while to reprocess all the events, we can revisit this in the future

Reviewed By: lblasa

Differential Revision: D40021842

fbshipit-source-id: 8e5300e0f8534525bd184c029e523f05f4076695
This commit is contained in:
Luke De Feo
2022-10-10 04:13:06 -07:00
committed by Facebook GitHub Bot
parent 941225e3d6
commit 1fd1029a3d

View File

@@ -64,6 +64,6 @@ class UIDebuggerFlipperPlugin(
} }
override fun runInBackground(): Boolean { override fun runInBackground(): Boolean {
return true return false
} }
} }