mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
Merge pull request #852 from Universal-Debloater-Alliance/hotfix/rm-dbg-pack-validation
fix: disable debug validation of pack-IDs
This commit is contained in:
commit
3dec08bee0
1 changed files with 2 additions and 2 deletions
|
|
@ -268,8 +268,8 @@ impl PmCommand {
|
|||
debug_assert!(p_ln.starts_with(PACK_PREFIX));
|
||||
let p_id = &p_ln[PACK_PREFIX.len()..];
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
PackageId::new(p_id).expect(INVALID_PKG_ID);
|
||||
//#[cfg(debug_assertions)]
|
||||
//PackageId::new(p_id).expect(INVALID_PKG_ID);
|
||||
|
||||
String::from(p_id)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue