We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc7cb2 commit 80b904dCopy full SHA for 80b904d
profcollectd/libprofcollectd/service.rs
@@ -17,7 +17,7 @@
17
//! ProfCollect Binder service implementation.
18
19
use anyhow::{anyhow, Context, Error, Result};
20
-use binder::Result as BinderResult;
+use binder::public_api::Result as BinderResult;
21
use binder::Status;
22
use profcollectd_aidl_interface::aidl::com::android::server::profcollect::IProfCollectd::IProfCollectd;
23
use std::ffi::CString;
0 commit comments