Έκδοση
3.5-1820
Διακλάδωση
master
Ημερομηνία
πριν από 10 χρόνια, 7 μήνες
Windows x64 Windows x86 Mac OS X Android
Commit
205ebbebbbcbb8e3346ec5ee09ededd0010ad400
Αλλαγή συγγραφέα
Lioncash
Αλλαγή περιγραφής
[Android] Catch a more specific exception type (UnsatisfiedLinkError) when trying to load the main native Dolphin 'library'. Also made the logging tag more specific.

It's generally bad to catch Exception because it's not very specific for the person reading the code. It doesn't say why that exception might have happened, it just indicates it's possible for an Exception to happen, which is quite general.