Skip to content

Commit

Permalink
with_min_level doesn't exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseChouleur committed Oct 31, 2023
1 parent ea62c35 commit 00199ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions robusta-android-example/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ mod jni {

impl<'env: 'borrow, 'borrow> RobustaAndroidExample<'env, 'borrow> {
pub extern "jni" fn runRustExample(self, env: &JNIEnv, context: JObject<'env>) {
android_logger::init_once(
Config::default()
.with_min_level(log::Level::Debug)
.with_tag("RUST_ROBUSTA_ANDROID_EXAMPLE"),
);
android_logger::init_once(Config::default().with_tag("RUST_ROBUSTA_ANDROID_EXAMPLE"));

info!("TEST START");
let java_class = env
Expand Down

0 comments on commit 00199ee

Please sign in to comment.