go
Size: a a a
go
DC
@JavascriptInterface
public int getAudioPID() {
int pid = 0;
try {
pid = _player.getCurrentAudioTrack();
Log.d("JS", "getAudioPID: " + pid);
}
catch (Exception e){
Log.d("JS", "getAudioPID: " + e.getMessage());
}
return pid;
}
Делал так, ошибки нетQH
@JavascriptInterface
public int getAudioPID() {
int pid = 0;
try {
pid = _player.getCurrentAudioTrack();
Log.d("JS", "getAudioPID: " + pid);
}
catch (Exception e){
Log.d("JS", "getAudioPID: " + e.getMessage());
}
return pid;
}
Делал так, ошибки нетcatch (Throwable e) {
new Handler(Looper.getMainLooper())
.post(() -> throw new RuntimeException(e));
}, чтоб наверняка :)DC
catch (Throwable e) {
new Handler(Looper.getMainLooper())
.post(() -> throw new RuntimeException(e));
}, чтоб наверняка :)
QH
catch (Throwable e) {
new Handler(Looper.getMainLooper())
.post(() -> throw new RuntimeException(e));
}, чтоб наверняка :)DC
WR
AO
QH
WR
КР
QH
WR
SG
R

AD

R
V
AL
R