mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Migrate ReactPackageLogger to kotlin (#48345)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48345 Migrate ReactPackageLogger to kotlin changelog: [internal] internal Reviewed By: rshest Differential Revision: D67420585 fbshipit-source-id: a82fc7f17828ef6ad36a666113673526eb723600
This commit is contained in:
committed by
Facebook GitHub Bot
parent
23eb06f662
commit
e9faea2f3e
+3
-3
@@ -5,12 +5,12 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
package com.facebook.react;
|
||||
package com.facebook.react
|
||||
|
||||
/** Interface for the bridge to call for TTI start and end markers. */
|
||||
public interface ReactPackageLogger {
|
||||
|
||||
void startProcessPackage();
|
||||
public fun startProcessPackage(): Unit
|
||||
|
||||
void endProcessPackage();
|
||||
public fun endProcessPackage(): Unit
|
||||
}
|
||||
Reference in New Issue
Block a user