Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/wonday/react-native-pdf
/ showLog
Method
showLog
android/src/main/java/org/wonday/pdf/PdfView.java:505–507 ·
view source on GitHub ↗
(final String str)
Source
from the content-addressed store, hash-verified
503
}
504
505
private
void
showLog(
final
String str) {
506
Log.d(
"PdfView"
, str);
507
}
508
509
private
Uri getURI(
final
String uri) {
510
Uri parsed = Uri.parse(uri);
Callers
2
onPageChanged
Method · 0.95
drawPdf
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected