This tool generates CPU loads.
This tool launches several Android Services that continue to calculate SHA1 value of 2MB buffer that is filled by random data. You can control how many Android Services are launched by pushing button. Basically I think that CPU load is highest when you launch number of services as same as the number of the CPU Core.
***
It seems this tool is too hevy. According to user feedback, several devices were broken. So please use this app carefully. But this tool are using just MessageDigest#update() and MessageDigest#digest().
https://developer.android.com/reference/java/security/MessageDigest#update(byte[])
https://developer.android.com/reference/java/security/MessageDigest#digest()
So if device is broken, it is device's problem because device must ensure that all Android API work properly. And I think you can ask manufacture for repair.
***
เครื่องมือนี้สร้างการโหลด CPU
เครื่องมือนี้เปิดตัวบริการแอนดรอยด์หลายรายการที่คำนวณค่า SHA1 ของบัฟเฟอร์ 2MB ต่อไปซึ่งเต็มไปด้วยข้อมูลแบบสุ่ม คุณสามารถควบคุมจำนวนบริการ Android ที่เปิดตัวได้โดยกดปุ่ม โดยทั่วไปผมคิดว่าโหลด CPU จะสูงที่สุดเมื่อคุณเริ่มให้บริการจำนวนเท่า ๆ กับจำนวน CPU Core
***
ดูเหมือนว่าเครื่องมือนี้เป็นอันตรายเกินไป ตามข้อเสนอแนะของผู้ใช้อุปกรณ์ต่างๆถูกทำลาย ดังนั้นโปรดใช้ app นี้อย่างระมัดระวัง แต่เครื่องมือนี้ใช้เพียง MessageDigest # update () และ MessageDigest # digest ()
https://developer.android.com/reference/java/security/MessageDigest#update (byte [])
https://developer.android.com/reference/java/security/MessageDigest#digest ()
ดังนั้นหากอุปกรณ์เสียหายอุปกรณ์ของปัญหาเพราะอุปกรณ์ต้องให้แน่ใจว่า Android API ทั้งหมดทำงานอย่างถูกต้อง และฉันคิดว่าคุณสามารถขอให้ผลิตเพื่อการซ่อมแซมได้
***