Skip to content

Commit

Permalink
deploy: b732500
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushistov committed Nov 11, 2024
1 parent 19493d4 commit 6a6fbed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java-android-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h2 id="project-structure"><a class="header" href="#project-structure">Project S
#[cfg(target_os = "android")]
android_logger::init_once(
android_logger::Config::default()
.with_min_level(log::Level::Debug)
.with_max_level(log::LevelFilter::Debug)
.with_tag("Hello"),
);
log_panics::init(); // log panics rather than printing them
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ <h2 id="project-structure-1"><a class="header" href="#project-structure-1">Proje
#[cfg(target_os = "android")]
android_logger::init_once(
android_logger::Config::default()
.with_min_level(log::Level::Debug)
.with_max_level(log::LevelFilter::Debug)
.with_tag("Hello"),
);
log_panics::init(); // log panics rather than printing them
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 6a6fbed

Please sign in to comment.