Darin Dimitrov

Results 50 comments of Darin Dimitrov

Same problem here. I would like to target certain input fields with `maskTextSelector` so that their values are not included in the snapshot (or replaced with `*` for example). What...

Could you show the worker implementation causing this issue and the way this worker is created? Are you calling `worker.terminate()` somewhere in your code?

@shiv19, we are still unable to reproduce it locally. Can you share a project exhibiting this behavior?

Can you try with the `nativescript@next` and `nativescript-dev-webpack@next` packages? There have been some fixes in those modules (scheduled for the 6.3 release) which should improve workers handling in HMR scenarios.

Try disabling `codeCache` in your `app/package.json`: https://github.com/NativeScript/android-runtime/issues/1554

@firmlyshell, we haven't tested building the runtime with NDK r20 (20.0.5594570). Can you try building it with NDK 19c (19.2.5345600)?

That's an interesting observation about code cache. Could you please provide some more context about your app? - Is it plain JS or Angular? - Are you bundling the app...

After digging further into this, it turns out that the `EXTRA_ADDRESS_BOOK_INDEX` field is declared inside а **non-public** [ContactCounts](https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/provider/ContactsContract.java#1248) interface. When querying the list of implemented interfaces by the `android.provider.ContactsContract.Data` class,...

After further investigation in looks like the _slowness_ is caused by the [GetPossibleBreakpoints](https://github.com/NativeScript/android-runtime/blob/cb6a4b240558d1609ce4af934f98fae84a2054ed/test-app/runtime/src/main/cpp/v8_inspector/src/inspector/v8-debugger-script.cc#L181) method in v8. This slowness is proportional to the loaded script size on the heap. Currently we...

@relez, could you please provide a more detailed logcat output? Also a sample app illustrating the issue would be greatly appreciated.