SHF: Small: LeakDroid: Exposing Leaks and Jank in Android Applications
SHF:小:LeakDroid:暴露 Android 应用程序中的泄漏和卡顿
基本信息
- 批准号:1319695
- 负责人:
- 金额:$ 46.51万
- 依托单位:
- 依托单位国家:美国
- 项目类别:Standard Grant
- 财政年份:2013
- 资助国家:美国
- 起止时间:2013-09-01 至 2017-08-31
- 项目状态:已结题
- 来源:
- 关键词:
项目摘要
Android software is widely used in smartphones, tablets, and variousother devices. In devices with limited resources, an application thatconsumes too many resources can lead to slowdowns, crashes, andnegative user experience. Software defects related to leaking ofresources are widespread and varied, but there does not exist acomprehensive strategy for testing and debugging of such leaks.Another common problem in Android software is when an applicationtakes too long to respond to a user action, in which case it isperceived as sluggish and of low quality. There do not exist testingtechniques or tools for exposing the underlying software defectsleading to poor responsiveness.Resource leaks and poor responsiveness can have severe effects onsoftware reliability, performance, and marketplace success. Thisproject develops LeakDroid, a novel approach and toolset for testingand debugging of such defects. Static code analyses are used toextract precise GUI models of Android applications; such analyses areessential for many algorithms for program understanding, optimization,testing, and debugging. Next, GUI tests are generated based on commonleak patterns, through sequences of GUI events that should not lead toincreases in resource usage. Poor responsiveness is exposed with teststhat introduce delays at chosen code locations. Debugging techniquesare then employed to find leaking data structures and poorresponsiveness operations, as well as the corresponding defectivecode. These contributions advance the state of the art in theimportant area of analysis, testing, and debugging for Androidsoftware. When these advances and tools become part of softwaredevelopment practices, they would result in lower costs and increasedquality applications for millions of users of mobile devices. Theeducational efforts of the project develop the skills of the nextgeneration of creators of mobile software
Android软件广泛用于智能手机、平板电脑和各种其他设备。在资源有限的设备中,消耗过多资源的应用程序可能会导致速度变慢、崩溃和负面的用户体验。与资源泄漏相关的软件缺陷是广泛而多样的,但并不存在用于测试和调试此类泄漏的综合策略。Android软件中的另一个常见问题是,应用程序需要太长时间来响应用户操作,在这种情况下,它被认为是缓慢和低质量的。目前还没有测试技术或工具来暴露导致响应能力差的潜在软件缺陷。资源泄漏和响应能力差会严重影响软件的可靠性、性能和市场成功。该项目开发了LeakDroid,一种用于测试和调试此类缺陷的新方法和工具集。静态代码分析用于提取Android应用程序的精确GUI模型;此类分析对于许多程序理解、优化、测试和调试算法至关重要。接下来,GUI测试是基于常见的泄漏模式,通过GUI事件序列生成的,这些事件不应该导致资源使用的增加。在选定的代码位置引入延迟的测试会暴露出较差的响应性。然后,使用查全率技术来发现泄漏的数据结构和响应性差的操作,以及相应的缺陷代码。这些贡献推进了Android软件分析、测试和调试这一重要领域的技术发展。当这些进步和工具成为软件开发实践的一部分时,它们将为数百万移动的设备用户带来更低的成本和更高质量的应用程序。该项目的教育工作旨在培养下一代移动的软件开发者的技能
项目成果
期刊论文数量(0)
专著数量(0)
科研奖励数量(0)
会议论文数量(0)
专利数量(0)
数据更新时间:{{ journalArticles.updateTime }}
{{
item.title }}
{{ item.translation_title }}
- DOI:
{{ item.doi }} - 发表时间:
{{ item.publish_year }} - 期刊:
- 影响因子:{{ item.factor }}
- 作者:
{{ item.authors }} - 通讯作者:
{{ item.author }}
数据更新时间:{{ journalArticles.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ monograph.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ sciAawards.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ conferencePapers.updateTime }}
{{ item.title }}
- 作者:
{{ item.author }}
数据更新时间:{{ patent.updateTime }}
Atanas Rountev其他文献
Atanas Rountev的其他文献
{{
item.title }}
{{ item.translation_title }}
- DOI:
{{ item.doi }} - 发表时间:
{{ item.publish_year }} - 期刊:
- 影响因子:{{ item.factor }}
- 作者:
{{ item.authors }} - 通讯作者:
{{ item.author }}
{{ truncateString('Atanas Rountev', 18)}}的其他基金
Collaborative Research: PPoSS: Large: A comprehensive framework for efficient, scalable, and performance-portable tensor applications
协作研究:PPoSS:大型:高效、可扩展和性能可移植的张量应用程序的综合框架
- 批准号:
2216903 - 财政年份:2022
- 资助金额:
$ 46.51万 - 项目类别:
Standard Grant
Collaborative Research: PPoSS: Planning: Model-Driven Compiler Optimization and Algorithm-Architecture Co-Design for Scalable Machine Learning
协作研究:PPoSS:规划:用于可扩展机器学习的模型驱动编译器优化和算法架构协同设计
- 批准号:
2118737 - 财政年份:2021
- 资助金额:
$ 46.51万 - 项目类别:
Standard Grant
SHF: Small: PrivAid: Differentially-Private Analytics for Android Apps
SHF:小型:PrivAid:Android 应用程序的差分隐私分析
- 批准号:
1907715 - 财政年份:2019
- 资助金额:
$ 46.51万 - 项目类别:
Standard Grant
SHF: Small: Control-Flow and Data-Flow Analysis of Android Software: Foundations and Applications
SHF:小:Android 软件的控制流和数据流分析:基础和应用
- 批准号:
1526459 - 财政年份:2015
- 资助金额:
$ 46.51万 - 项目类别:
Standard Grant
SHF: Small: Algorithms for Dynamic Analysis of Run-Time Bloat
SHF:小:运行时膨胀动态分析算法
- 批准号:
1017204 - 财政年份:2010
- 资助金额:
$ 46.51万 - 项目类别:
Standard Grant
CAREER: Dataflow Analysis for Modern Software Systems
职业:现代软件系统的数据流分析
- 批准号:
0546040 - 财政年份:2006
- 资助金额:
$ 46.51万 - 项目类别:
Continuing Grant
相似国自然基金
昼夜节律性small RNA在血斑形成时间推断中的法医学应用研究
- 批准号:
- 批准年份:2024
- 资助金额:0.0 万元
- 项目类别:省市级项目
tRNA-derived small RNA上调YBX1/CCL5通路参与硼替佐米诱导慢性疼痛的机制研究
- 批准号:n/a
- 批准年份:2022
- 资助金额:10.0 万元
- 项目类别:省市级项目
Small RNA调控I-F型CRISPR-Cas适应性免疫性的应答及分子机制
- 批准号:32000033
- 批准年份:2020
- 资助金额:24.0 万元
- 项目类别:青年科学基金项目
Small RNAs调控解淀粉芽胞杆菌FZB42生防功能的机制研究
- 批准号:31972324
- 批准年份:2019
- 资助金额:58.0 万元
- 项目类别:面上项目
变异链球菌small RNAs连接LuxS密度感应与生物膜形成的机制研究
- 批准号:81900988
- 批准年份:2019
- 资助金额:21.0 万元
- 项目类别:青年科学基金项目
基于small RNA 测序技术解析鸽分泌鸽乳的分子机制
- 批准号:31802058
- 批准年份:2018
- 资助金额:26.0 万元
- 项目类别:青年科学基金项目
肠道细菌关键small RNAs在克罗恩病发生发展中的功能和作用机制
- 批准号:31870821
- 批准年份:2018
- 资助金额:56.0 万元
- 项目类别:面上项目
Small RNA介导的DNA甲基化调控的水稻草矮病毒致病机制
- 批准号:31772128
- 批准年份:2017
- 资助金额:60.0 万元
- 项目类别:面上项目
基于small RNA-seq的针灸治疗桥本甲状腺炎的免疫调控机制研究
- 批准号:81704176
- 批准年份:2017
- 资助金额:20.0 万元
- 项目类别:青年科学基金项目
水稻OsSGS3与OsHEN1调控small RNAs合成及其对抗病性的调节
- 批准号:91640114
- 批准年份:2016
- 资助金额:85.0 万元
- 项目类别:重大研究计划
相似海外基金
CSR: Small: Leveraging Physical Side-Channels for Good
CSR:小:利用物理侧通道做好事
- 批准号:
2312089 - 财政年份:2024
- 资助金额:
$ 46.51万 - 项目类别:
Standard Grant
NeTS: Small: NSF-DST: Modernizing Underground Mining Operations with Millimeter-Wave Imaging and Networking
NeTS:小型:NSF-DST:利用毫米波成像和网络实现地下采矿作业现代化
- 批准号:
2342833 - 财政年份:2024
- 资助金额:
$ 46.51万 - 项目类别:
Standard Grant
CPS: Small: NSF-DST: Autonomous Operations of Multi-UAV Uncrewed Aerial Systems using Onboard Sensing to Monitor and Track Natural Disaster Events
CPS:小型:NSF-DST:使用机载传感监测和跟踪自然灾害事件的多无人机无人航空系统自主操作
- 批准号:
2343062 - 财政年份:2024
- 资助金额:
$ 46.51万 - 项目类别:
Standard Grant
Collaborative Research: FET: Small: Reservoir Computing with Ion-Channel-Based Memristors
合作研究:FET:小型:基于离子通道忆阻器的储层计算
- 批准号:
2403559 - 财政年份:2024
- 资助金额:
$ 46.51万 - 项目类别:
Standard Grant
オミックス解析を用いたブドウ球菌 small colony variants の包括的特徴づけ
使用组学分析全面表征葡萄球菌小菌落变体
- 批准号:
24K13443 - 财政年份:2024
- 资助金额:
$ 46.51万 - 项目类别:
Grant-in-Aid for Scientific Research (C)
AF: Small: Problems in Algorithmic Game Theory for Online Markets
AF:小:在线市场的算法博弈论问题
- 批准号:
2332922 - 财政年份:2024
- 资助金额:
$ 46.51万 - 项目类别:
Standard Grant
Collaborative Research: FET: Small: Algorithmic Self-Assembly with Crisscross Slats
合作研究:FET:小型:十字交叉板条的算法自组装
- 批准号:
2329908 - 财政年份:2024
- 资助金额:
$ 46.51万 - 项目类别:
Standard Grant
NeTS: Small: ML-Driven Online Traffic Analysis at Multi-Terabit Line Rates
NeTS:小型:ML 驱动的多太比特线路速率在线流量分析
- 批准号:
2331111 - 财政年份:2024
- 资助金额:
$ 46.51万 - 项目类别:
Standard Grant
Collaborative Research: SHF: Small: LEGAS: Learning Evolving Graphs At Scale
协作研究:SHF:小型:LEGAS:大规模学习演化图
- 批准号:
2331302 - 财政年份:2024
- 资助金额:
$ 46.51万 - 项目类别:
Standard Grant
Collaborative Research: SHF: Small: LEGAS: Learning Evolving Graphs At Scale
协作研究:SHF:小型:LEGAS:大规模学习演化图
- 批准号:
2331301 - 财政年份:2024
- 资助金额:
$ 46.51万 - 项目类别:
Standard Grant