Macro app_center::start[][src]

macro_rules! start {
    ($app_secret:expr) => { ... };
}

Install the custom panic hook that will attempt to upload panic stacktraces to appcenter using the provided app secret. CARGO_PKG_VERSION will be used as the application version. After the report is sent, the original panic hook is executed.