Eugene Popovich

Results 111 comments of Eugene Popovich

Perhaps you've enabled some advanced accessibility help in the OS.

Try to find TalkBack settings in the system and disable it

Thank you very much for the suggested features. All they are nice but not sure when i'll have enough time to implement at least one of them.

Here is the debug version with verbose logcat. Also log is available in the right sliding menu. You can share it with me for analysis. https://drive.google.com/file/d/0B4hn2M3Klm4MdDN2OER1VWMxUWs/view?usp=sharing

Just remembered that you have old Android OS. Unfortunately there are no 100% exact way to determine whether the notification is removed there. So false positive notifications are possible.

1. Here it is https://drive.google.com/file/d/0B4hn2M3Klm4MSGtZWC0tWDVhM0U/view?usp=sharing 2. You can, but i can't fix that bug. I've spent a lot of time trying to fix that issue but there are no correct...

Also faced such issue. It looks like the crash occurs here (in case of frequent connect/disconnect actions) https://github.com/strongswan/strongswan/blob/master/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_service.c#L161 ``` backtrace: #00 pc 000000000004ff74 /apex/com.android.runtime/lib64/bionic/libc.so (abort+180) #00 pc 0000000000051fe4 /apex/com.android.runtime/lib64/bionic/libc.so (__fortify_fatal(char...

@vaidyameghna no, but found [this link](https://stackoverflow.com/questions/30521826/fortify-source-fd-set-file-descriptor-fd-setsize-calling-abort/35050913#35050913) which could be useful to understand the cause

@tobiasbrunner thanks for that. I'll try the fix and get back to you after enough stats will be collected

@BraisGabin did you find any solution for this issue?