Phoenix

Results 8 comments of Phoenix

不介意的话可以生成一个bugreport来看下具体的耗电情况。 参考:https://developer.android.com/topic/performance/power/setup-battery-historian

I'm using full kotlin and meet the problem. It turns out we don't have a persistent property always false to won't be saved in SharedPref. After I rewrite the method...

I added this code to fix the error above. But seems there is another issue occurs: code : ``` diff --git a/node_modules/react-native-reanimated/lib/reanimated2/NativeReanimated/NativeReanimated.js b/node_modules/react-native-reanimated/lib/reanimated2/NativeReanimated/NativeReanimated.js index 92d53ef..6b4bf86 100644 --- a/node_modules/react-native-reanimated/lib/reanimated2/NativeReanimated/NativeReanimated.js +++ b/node_modules/react-native-reanimated/lib/reanimated2/NativeReanimated/NativeReanimated.js...

Have similar issue, only stacktrace ``` Fatal Exception: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first. at android.view.ViewGroup.addViewInner(ViewGroup.java:5247) at android.view.ViewGroup.addView(ViewGroup.java:5076) at...

I can understand that `tracesSampleRate`/`tracesSampler` can not be transmit to native especially for `tracesSampler`. However when I disable `autoInitializeNativeSdk`. I would assume I can still have frame tracing enabled. Which...

@marandaneto Yeah but that would not add frame data into my JavaScript transaction. In order to have both tracesSampleRate on native and react-native. I need to disable JS auto init...

后进先出和先进后出有什么区别吗?@zzice

I meet the same problem with version 2.1.2. Any progress on this? Edit: I end up with this code to fix this. Now sure why. ``` override fun onStart() {...