Guest User

Untitled

a guest
Jul 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. @Override
  2. public void onMAMCreate() {
  3. super.onCreate();
  4.  
  5. buildObjectGraphAndInject();
  6.  
  7. setOrmProject(null);
  8. setOrmTemplate(null);
  9.  
  10. //rest of method
  11. }
  12.  
  13. I/MAMInfo: Agent config file does not exist, will use test agent
  14. I/MAMInfo: MAMInfo initialized. Debug=true, UseTestAgent=true,
  15. ManagedDialogDisabled=false, DeprecationDialogDisabled=false,
  16. PolicyRequired=false, MultiIdentityEnabled=false,
  17. FullBackupContent=true, UseDefaultEnrollment=false,
  18. ExceptionOnInit=false
  19. I/MAMWERetryScheduler: task thread waiting for tasks.
  20. I/MAMComponents: Not initializing MAM classes because the MDM package
  21. is not installed.
  22. I/MAMComponents: Not initializing MAM classes because the MDM package
  23. is not installed.
Add Comment
Please, Sign In to add comment