Park.Yu

Results 11 comments of Park.Yu

![image](https://github.com/pxb1988/dex2jar/assets/48485920/26683286-a02c-446b-898c-98686ee21aa4) same

@ThexXTURBOXx thx, i will try it next time when i need d2j

why u want to build a ".so" for iOS? ".so" is elf format that used in linux kernel. iOS is not linux, iOS or macOS need a ".dylib" instead of...

![image](https://github.com/mozilla/DeepSpeech/assets/48485920/9a716cea-49ad-4ff6-a7b8-4b7c092dd152) ![image](https://github.com/mozilla/DeepSpeech/assets/48485920/78997e3b-9062-4987-a22d-28aec374b77f)

### bug fix recommend https://stackoverflow.com/questions/60722231/jni-detected-error-in-application-input-is-not-valid-modified-utf-8-illegal-st You cannot use NewStringUTF for this, you will have to manually decode from UTF-8. Cribbing from, we will do the equivalent of `Charset.forName("UTF-8").decode(bb).toString():` as follows,...

### bugfix log1: The above Stack Overflow might be misleading. The potential cause of this bug could be that the C++ JNI interface, autogenerated by SWIG, does not support incomplete...

### bug fixed!here is my solution: As I mentioned above, the bug is due to the SWIG auto-generated JNI translation layer, which crashes when dealing with incomplete UTF-8 encoding (Chinese...

tested on latest version 19.0.3, still anr ![image](https://github.com/user-attachments/assets/564a5f1a-0dc1-43c1-932f-69fcafe15463) ``` jdk.internal.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:717) java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1074) java.util.concurrent.CountDownLatch.await(CountDownLatch.java:276) com.google.firebase.crashlytics.internal.common.Utils.awaitEvenIfOnMainThread(Utils.java:122) com.google.firebase.crashlytics.internal.common.IdManager.fetchTrueFid(IdManager.java:194) com.google.firebase.crashlytics.internal.common.IdManager.getInstallIds(IdManager.java:117) com.google.firebase.crashlytics.internal.common.CLSUUID.(CLSUUID.java:45) com.google.firebase.crashlytics.internal.common.CrashlyticsCore.onPreExecute(CrashlyticsCore.java:148) com.google.firebase.crashlytics.FirebaseCrashlytics.init(FirebaseCrashlytics.java:179) com.google.firebase.crashlytics.CrashlyticsRegistrar.buildCrashlytics(CrashlyticsRegistrar.java:72) com.google.firebase.crashlytics.CrashlyticsRegistrar.$r8$lambda$Pfd5XmDCFzNyAT9o9H6rDnTBQE4(Unknown Source:0) com.google.firebase.crashlytics.CrashlyticsRegistrar$$ExternalSyntheticLambda0.create(Unknown Source:2) com.google.firebase.tracing.ComponentMonitor.lambda$processRegistrar$0(ComponentMonitor.java:38) com.google.firebase.tracing.ComponentMonitor$$ExternalSyntheticLambda0.create(Unknown Source:4) com.google.firebase.components.ComponentRuntime.lambda$discoverComponents$0$com-google-firebase-components-ComponentRuntime(ComponentRuntime.java:160)...

``` 2024-08-01 18:31:01.036 6315-6579 DoctorPark D "awaitEvenIfOnMainThread task continuation executor1" Id=105 WAITING 2024-08-01 18:31:01.036 6315-6579 DoctorPark D at jdk.internal.misc.Unsafe.park(Native Method) 2024-08-01 18:31:01.036 6315-6579 DoctorPark D at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341) 2024-08-01 18:31:01.036 6315-6579...

``` 2024-08-01 18:31:00.979 6315-6579 DoctorPark W warning: slow task on main thread! (>1000ms) com.google.firebase.perf.FirebasePerfEarly.(FirebasePerfEarly.java:60) com.google.firebase.perf.FirebasePerfRegistrar.lambda$getComponents$0(FirebasePerfRegistrar.java:75) com.google.firebase.perf.FirebasePerfRegistrar$$ExternalSyntheticLambda1.create(Unknown Source:2) com.google.firebase.tracing.ComponentMonitor.lambda$processRegistrar$0(ComponentMonitor.java:38) com.google.firebase.tracing.ComponentMonitor$$ExternalSyntheticLambda0.create(Unknown Source:4) com.google.firebase.components.ComponentRuntime.lambda$discoverComponents$0$com-google-firebase-components-ComponentRuntime(ComponentRuntime.java:160) com.google.firebase.components.ComponentRuntime$$ExternalSyntheticLambda1.get(Unknown Source:4) com.google.firebase.components.Lazy.get(Lazy.java:53) com.google.firebase.components.ComponentRuntime.doInitializeEagerComponents(ComponentRuntime.java:322) com.google.firebase.components.ComponentRuntime.initializeEagerComponents(ComponentRuntime.java:312) com.google.firebase.FirebaseApp.initializeAllApis(FirebaseApp.java:607) com.google.firebase.FirebaseApp.access$300(FirebaseApp.java:91) com.google.firebase.FirebaseApp$UserUnlockReceiver.onReceive(FirebaseApp.java:672) android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0(LoadedApk.java:1968)...